projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
582b624
)
(find-function-noselect): Autoload cookie.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 29 Jul 1998 23:04:24 +0000
(23:04 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 29 Jul 1998 23:04:24 +0000
(23:04 +0000)
lisp/emacs-lisp/find-func.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/find-func.el
b/lisp/emacs-lisp/find-func.el
index fe5667df60ecd79b01c3f7eef96e31f126a393ba..1b2a43495c28b8a8ef385fb6e8531ec3d98bc55f 100644
(file)
--- a/
lisp/emacs-lisp/find-func.el
+++ b/
lisp/emacs-lisp/find-func.el
@@
-144,6
+144,7
@@
If VARIABLE-P is nil, `find-function-regexp' is used, otherwise
symbol library)))
(set-syntax-table syn-table)))))))
+;;;###autoload
(defun find-function-noselect (function)
"Returns a pair (BUFFER . POINT) pointing to the definition of FUNCTION.